Loupe - Log - Monitor - Resolve
Loupe.Agent.Core.Services Namespace / ILoupeAgentBuilder Interface / AddPrincipalResolver Method / AddPrincipalResolver<T>() Method
The type of the resolver, which must implement Gibraltar.Monitor.IPrincipalResolver.

In This Topic
    AddPrincipalResolver<T>() Method
    In This Topic
    Specify the System.Security.Principal.IPrincipal resolver for the current application.
    Syntax
    'Declaration
     
    
    Overloads Function AddPrincipalResolver(Of T As {Class, IPrincipalResolver})() As ILoupeAgentBuilder
    ILoupeAgentBuilder AddPrincipalResolver<T>()
    where T: class, IPrincipalResolver

    Type Parameters

    T
    The type of the resolver, which must implement Gibraltar.Monitor.IPrincipalResolver.

    Return Value

    The builder instance.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also